@media (max-width:768px){

    .nx-services{
        display:flex !important;
        flex-direction:column !important;
    }

    /* TÜM ELEMANLARI NORMAL AKIŞA DÖNDÜR */
    .nx-services > *{
        width:100% !important;
        order:unset !important;
    }

    /* ISI POMPASI VE HAVA PERDESİ GÖRSELLERİNİ ALTA AT */
    .nx-services .nx-media:nth-of-type(3){
        order:6 !important;
    }

    .nx-services .nx-card.nx-blue{
        order:5 !important;
    }

    .nx-services .nx-media:nth-of-type(4){
        order:8 !important;
    }

    .nx-services .nx-card.nx-red{
        order:7 !important;
    }

    .nx-media img{
        width:100%;
        height:auto;
        display:block;
        object-fit:cover;
    }

}